Edit Task: DurationMaxTotal
Format
SCHED / EditTask '<TaskName>' DurationMaxTotal <DurationMaxTotal>
Description
The DurationMaxTotal attribute under EditTask defines the maximum total duration constraint of the combined duration of this task's assignments. The sum of all this task's assignments must be less than or equal to this value. If either the minimum segment duration value or the minimum total duration value is greater than this maximum total duration, then those values will be decreased to match this value.
Parameters
Parameter | Description |
---|---|
DurationMaxTotal | A double value that defines the task's maximum total duration constraint. A parameter value less than zero will indicate an unlimited duration. |
Examples
Allows unlimited maximum total duration for a given task
SCHED / EditTask 'TaskA' DurationMaxTotal -1